<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.clear {
  zoom: 1;
}

.header {
  padding-left: 10px;
}

.content {
  /* margin: 0 15px; */
  position: relative;
}

.contents {
  /* margin: 0 15px; */
  position: relative;
}
@font-face {
  font-family: BebasNeue;
  src: url(../fonts/BebasNeue/BebasNeue-Regular.ttf);
}

.header .go {
  margin-left: -40px;
}

.header .logo img {
  height: 100%;
}

.header .sp_nav {
  cursor: pointer;
}

.scrollView .swiper {
  position: relative;
}

.scrollView .about-container .top {
  padding-bottom: 10px;
}

.scrollView .about-container .top-tit {
  width: 124px;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #f9f9f9;
  line-height: 30px;
  padding: 0px 10px;
  margin-top: 20px;
  margin-left: 20px;
  background-color: #2db0eb;
}

.scrollView .about-container .tit {
  height: 52px;
  font-size: 50px;
  font-family: BebasNeue;
  font-weight: 400;
  color: #000000;
  line-height: 52px;
  margin: 20px;
  letter-spacing: 3px;
}

.scrollView .about-container .desc {
  font-size: 14px;
  font-family: Arial;
  color: #222222;
  line-height: 25px;
  margin: 0 20px;
}

.scrollView .about-container .mid {
  padding: 20px 0;
  text-align: center;
}

.scrollView .about-container .mid .out-pic {
  font-size: 0;
  display: inline-block;
  position: relative;
}

.scrollView .about-container .mid .img-fir {
  width: 60%;
  text-align: center;
}

.scrollView .about-container .mid .img-sec {
  width: 30%;
  position: absolute;
  top: -4%;
  right: 17%;
  z-index: -1;
}

.scrollView .bottom {
  text-align: center;
  background: #1C74B4;
  padding: 20px;
}

.scrollView .bottom .para {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width:425px) {
  .scrollView .bottom .para {
    width: 100%;
  }
}
@media screen and (min-width:425px) and (max-width:768px)  {
  .scrollView .bottom .para {
    width: 61%;
    margin: 0 auto;
  }
}

.scrollView .bottom p {
  height: 25px;
  font-size: 14px;
  font-family: Arial;
  color: #FFFFFF;
  line-height: 25px;
}

.scrollView .bottom .phone {
  height: 35px;
  font-size: 20px;
  font-family: Arial;
  color: #FFDE00;
  line-height: 35px;
}

.scrollView .bottom .im {
  margin: 30px 0 0 0;
}

@media screen and (min-width:547px) and (max-width:690px){
  .scrollView .bottom .im {
    margin: 32px 0 0 0;
  }
}
@media screen and (min-width:425px) and (max-width:547px){
  .scrollView .bottom .im {
    margin: 50px 0 0 0;
  }
}
@media screen and (max-width:423px) {
  .scrollView .bottom .im {
    margin: 32px 0 0 0;
  }
}

@media screen and (max-width:363px) {
  .scrollView .bottom .im {
    margin: 50px 0 0 0;
  }
}

.scrollView .bottom .im a img {
  margin: 0 5px;
}

.scrollView .bottom .im a:hover {
  opacity: 0.6;
  transition: all 0.5s;
}

.scrollView .bottom2 {
  background: #0E5A91;
  padding: 10px;
}

.scrollView .bottom2 span {
  height: 30px;
  font-size: 12px;
  font-family: Verdana;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.43);
  line-height: 30px;
}

.scrollView .bottom2 a {
  color: rgba(255, 255, 255, 0.43);
}

.scrollView .bottom2 a:hover {
  color: #fff;
  transition: all 0.5s;
}


@media screen and (max-width:768px) {
  .scrollView .bottom2 span {
    height: 20px;
    line-height: 20px;
  }
}</pre></body></html>